MuleSoft Accelerator for Consumer Goods icon

MuleSoft Accelerator for Consumer Goods

(0 reviews)

Hyperforce Real Time Reporting API Gateway setup guide

Hyperforce is a new infrastructure architecture that unifies the foundations of the various clouds and allows Salesforce to scale rapidly and securely using public cloud partners.

To enable the endpoints exposed by the Hyperforce's Real Time Reporting API Gateway, the apex classes need to be deployed to the Salesforce instance where Hyperforce and CRM Analytics are installed.

Download the RTR Gateway Service and open the folder in Visual Studio Code application.

  1. Connect to the salesforce organization:sfdx auth:web:login --instanceurl https://login.salesforce.com

Once connected, the Processing Services Pairing App shows up on the home page. Please note the 3rd Party Integration Url
This is the host name for Hyperforce Real Time Reporting API Gateway.

The following endpoints are available after the RTR classes are deployed.
1. {{INSTANCE}}/services/apexrest{{NAMESPACE}}/measures/export/schedule : Schedule the export job.
2. {{INSTANCE}}/services/apexrest{{NAMESPACE}}/measures/export/:csvGuid/status : Status of the export job.
3. {{3rd Party Integration Url}}/api/v1/files/getcsv/:csvGuid : Get file related to the export job.

  1. Deploy the apex code to the salesforce organization:sfdx force:source:deploy --targetusername <<username>> -p 'force-app/main/default/classes'

Once connected, the Processing Services Pairing App shows up on the home page. Please note the 3rd Party Integration Url
This is the host name for Hyperforce Real Time Reporting API Gateway.

Additional Resources:
Hyperforce FAQ: https://help.salesforce.com/s/articleView?id=000388902&type=1


Reviews

TypeCustom
OrganizationMulesoft Inc.
Published by
MuleSoft Solutions
Published onJun 20, 2023
Asset overview

Asset versions for 4.0.x

Asset versions
VersionActions
4.0.0